You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
Vector.Kron Method
Dew Math for .NET
Example
Vector.Kron Method
var a,b,c:
Vector
; begin a.SetIt(False,[1,2,3,4]); b.SetIt(False,[1,2,3,4]); c.Kron(a,b);
// c = [1,2,3,4, 2,4,6,8, 3,6,9,12, 4,8,12,16]
end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home